regexp.Regexp.allMatches (method)
9 uses
regexp (current package)
regexp.go#L769: func (re *Regexp) allMatches(s string, b []byte, n int, deliver func([]int)) {
regexp.go#L1082: re.allMatches("", b, n, func(match []int) {
regexp.go#L1100: re.allMatches("", b, n, func(match []int) {
regexp.go#L1118: re.allMatches(s, nil, n, func(match []int) {
regexp.go#L1136: re.allMatches(s, nil, n, func(match []int) {
regexp.go#L1154: re.allMatches("", b, n, func(match []int) {
regexp.go#L1178: re.allMatches("", b, n, func(match []int) {
regexp.go#L1196: re.allMatches(s, nil, n, func(match []int) {
regexp.go#L1221: re.allMatches(s, nil, n, func(match []int) {